NevronOpenVision
Nevron.Nov.Dom Namespace / NNodeCollection<T> Class
Fields Properties Methods Events


NNodeCollection<T> Class Members

The following tables list the members exposed by NNodeCollection<T>.

Public Constructors
 NameDescription
Public ConstructorOverloaded.   
Top
Public Fields
 NameDescription
Public Fieldstatic (Shared in Visual Basic)Schema associated with NNodeCollection.  
Top
Public Properties
 NameDescription
Public PropertyGets the total number of elements in this collection.  
Public PropertyGets or sets the element at the specified index.  
Top
Public Methods
 NameDescription
Public MethodAdds (appends) the item at the end of the collection  
Public MethodRemoves all children  
Public MethodQueries whether this collection contains the specified element at least once  
Public MethodCopies all items of this set to the specified array, starting from the specified array index.  
Public MethodGets an iterator that iterates through the children in forward order.  
Public MethodGets an iterator that iterates throw the child elements in reverse order.  
Public MethodReturns the index of the specified item inside this collection. Returns -1 if the item is not contained in the collection.  
Public MethodInserts the item at the specified index  
Public MethodRemoves the specified item.  
Public MethodRemoves the item at the specified index  
Public MethodConverts this set to an array.  
Top
See Also